home *** CD-ROM | disk | FTP | other *** search
/ Power Tools 1993 October - Disc 2 / Power Tools (Disc 2)(October 1993)(HP).iso / demo.bat < prev    next >
DOS Batch File  |  1993-08-09  |  953b  |  26 lines

  1. @echo off
  2. cls
  3. echo Welcome to the Power Tools Demo and Tutorial disk.
  4. echo .
  5. echo Please exit Windows or any other shell before running this program.
  6. echo .
  7. echo This disk contains a set of over 100 screen images that run as
  8. echo a slide show.  When the demo begins, a title screen for "Aldus
  9. echo Persuasion Player" will appear.  This screen will disappear in
  10. echo a moment, and the demo will begin.
  11. echo .
  12. echo NOTE: If your PC has less than 430K of memory available, you 
  13. echo       you may see a message saying "Not enough real or EMS memory.
  14. echo       Slide transition effects disabled."
  15. echo       .
  16. echo       You can bypass this message by pressing any key.
  17. echo       It will not affect your ability to run the demo.
  18. echo .
  19. echo Questions or problems concerning this demo can be sent via HP Desk
  20. echo to Power TOOLS/HP6650/AF, or telephoned to 408 or telnet 447-5145.
  21. echo .
  22. pause
  23. cd ptdemo
  24. PLAYER /V PTDEMO.GIF
  25. cd ..
  26.